<Code Lib>
2025.3 Constructor
Changes 5
C

FilteredElementCollector(Document, ICollection<ElementId>)

Description:
Autodesk.Revit.DB.

public FilteredElementCollector(
	Document document,
	ICollection<ElementId> elementIds
)

  • document
    The document that owns the elements matching the element ids.
  • ICollection<ElementId>
    elementIds
    The input set of element ids.

Loading…